"Psychologist theme" shadcn/ui theme

calm
professional
mindful
contrast
modern
psychology
emotional
balanced
serene
intuitive

Shadcn/ui Theme Css Variables

name: MindScapekeyword: Psychologist theme views: 0

:root {
  --background: 95 20% 95%;
  --foreground: 240 10% 20%;
  --card: 95 20% 90%;
  --card-foreground: 240 10% 20%;
  --popover: 95 20% 90%;
  --popover-foreground: 240 10% 20%;
  --primary: 210 50% 50%;
  --primary-foreground: 95 20% 95%;
  --secondary: 30 50% 50%;
  --secondary-foreground: 95 20% 95%;
  --muted: 95 20% 80%;
  --muted-foreground: 240 10% 40%;
  --accent: 300 50% 50%;
  --accent-foreground: 95 20% 95%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 95 20% 95%;
  --border: 240 10% 80%;
  --input: 95 20% 90%;
  --ring: 210 50% 50%;
  --radius: 0.75rem;
  --chart-1: 210 50% 50%;
  --chart-2: 30 50% 50%;
  --chart-3: 300 50% 50%;
  --chart-4: 0 70% 50%;
  --chart-5: 240 10% 20%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 95 20% 95%;
  --card: 240 10% 15%;
  --card-foreground: 95 20% 95%;
  --popover: 240 10% 15%;
  --popover-foreground: 95 20% 95%;
  --primary: 210 50% 50%;
  --primary-foreground: 240 10% 10%;
  --secondary: 30 50% 50%;
  --secondary-foreground: 240 10% 10%;
  --muted: 240 10% 20%;
  --muted-foreground: 95 20% 80%;
  --accent: 300 50% 50%;
  --accent-foreground: 240 10% 10%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 240 10% 10%;
  --border: 240 10% 30%;
  --input: 240 10% 15%;
  --ring: 210 50% 50%;
  --radius: 0.75rem;
  --chart-1: 210 50% 50%;
  --chart-2: 30 50% 50%;
  --chart-3: 300 50% 50%;
  --chart-4: 0 70% 50%;
  --chart-5: 95 20% 95%;
}